From 9b85f5192cf95f06102b98841ef4bb56e38c4e5d Mon Sep 17 00:00:00 2001 From: Ryan Harper Date: Thu, 11 Jan 2007 13:39:27 -0600 Subject: [PATCH] [POWERPC][LIBXC] Whitespace cleanup of powerpc64/xc_linux_build.c Signed-off-by: Ryan Harper Signed-off-by: Hollis Blanchard --HG-- extra : transplant_source : G%A4%3A%10%86G%A9%C8R4%08%C3%9A%B0Tj%B9H%3CZ --- tools/libxc/powerpc64/xc_linux_build.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/libxc/powerpc64/xc_linux_build.c b/tools/libxc/powerpc64/xc_linux_build.c index dc15336556..09b5e3758d 100644 --- a/tools/libxc/powerpc64/xc_linux_build.c +++ b/tools/libxc/powerpc64/xc_linux_build.c @@ -187,9 +187,9 @@ out: } static unsigned long create_start_info( - void *devtree, start_info_t *start_info, + void *devtree, start_info_t *start_info, unsigned int console_evtchn, unsigned int store_evtchn, - unsigned long nr_pages, unsigned long rma_pages) + unsigned long nr_pages, unsigned long rma_pages) { unsigned long start_info_addr; uint64_t rma_top; @@ -260,8 +260,8 @@ int xc_linux_build(int xc_handle, rma_pages = get_rma_pages(devtree); if (rma_pages == 0) { - rc = -1; - goto out; + rc = -1; + goto out; } if (get_rma_page_array(xc_handle, domid, &page_array, rma_pages)) { -- 2.30.2